home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / FLM / otherfiles / english / ARexx / finalw_take.rexx < prev    next >
OS/2 REXX Batch file  |  2000-01-01  |  2KB  |  38 lines

  1. /* [TRANSLATOR'S NOTE. As I didn't own FinalWriter neither I could try it
  2.    nor translate its gadgets/menu items. In such cases, I've put the
  3.    supposed English translation between [* and *]].
  4.  
  5.    Script for taking translation from FLM and writing it under the current
  6.    cursor position.
  7.  
  8.    Here I'm describing the customisation to FLM through 2nd "User command
  9.    panel" [Benutzerbefehlsleiste]. Of course, it's possible to call FLM
  10.    through your menu. About this, look at your FinalWriter manual.
  11.  
  12.    1. Select "<Voreinstellungen/Benutzerbefehlsleiste>" [* <Presets/User
  13.       Command Panel> *] in your menu <Project>.
  14.    2. Now in new open window you must select the "Befehlsleiste 2"
  15.       [* Command Panel 2 *].
  16.    3. Now drag from the row Switches [* ?? *] a suitable icon in the middle
  17.       list box; e.g. the icon "L".
  18.    4. Also you must set the ARexx script "Type". (above on the right)
  19.    5. Now select "Auswählen" [* Select *], and choose this file
  20.       ("finalw_look.rexx").
  21.    6. Now select "sichern" [* Save *].
  22.  
  23.    Now you should have a new icon in your Command Panel. Above on the right
  24.    click on the arrow. Now to test this customisation, you must click its
  25.    icon. This should write translation under the current cursor position, 
  26.    providing the FLM Window is open.
  27.  
  28. -> Warning: Programs FLM and RexxMast must be active !!!
  29. */
  30.  
  31. Options RESULTS
  32.  
  33. Address FLM TAKEWORD /* Translation from FLM in variable RESULT */
  34.  
  35. If Symbol('RESULT')='LIT' Then Exit /* Is RESULT defined? */
  36.  
  37. Type RESULT /* Contents of variable RESULT under the current cursor position */
  38.